docs: add missing PermissionRequest hook event#88
Conversation
Add PermissionRequest to the hook events list in plugin-structure skill and README. This event fires when a permission dialog is shown and was missing from the documentation despite being in the official Claude Code reference. Fixes #85 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @sjnims's task —— View job PR Review Complete ✅SummaryLooks good - This is a straightforward documentation fix that correctly adds the missing What's Good
Checklist Verification
All Events Now CompleteThe complete list of 10 hook events is now documented consistently:
This PR is ready to merge. |
Summary
Add the missing
PermissionRequestevent to hook events documentation in two locations where it was omitted.Problem
Fixes #85
The
PermissionRequesthook event was missing from the hook events list in:plugins/plugin-dev/skills/plugin-structure/SKILL.md:238README.md:63This event fires when a permission dialog is shown and is documented in the official Claude Code reference but was absent from this plugin's documentation.
Solution
Added
PermissionRequestto both hook events lists, placing it betweenPreToolUseandPostToolUseto match the official documentation order.Alternatives Considered
None - this is a straightforward documentation fix to align with official docs.
Changes
plugins/plugin-dev/skills/plugin-structure/SKILL.md: Added PermissionRequest to available eventsREADME.md: Added PermissionRequest to hook events listTesting
🤖 Generated with Claude Code